-
Notifications
You must be signed in to change notification settings - Fork 2
adds patch_fee_cents_usd field #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
patch_fee
+ change price_cents_usd
type from string
to integer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤙
@@ -10,3 +10,6 @@ | |||
|
|||
- [ ] Have you added an integration test for the changes? | |||
- [ ] Have you built the gem locally and made queries against it successfully? | |||
- [ ] Did you update the changelog? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏻
LGTM! 👍 |
spec/integration/orders_spec.rb
Outdated
retrieve_projects_response = Patch::Project.retrieve_projects(page: 1) | ||
project_id = retrieve_projects_response.data.first.id | ||
# biomass project | ||
retrieve_project_response = Patch::Project.retrieve_project("pro_test_c3a9feba769fc7a8806377266ca9ff6a") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: do we want to keep this id in a shared location so we can reuse it in other specs?
@@ -0,0 +1,3 @@ | |||
module Constants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
[related to patch-180]
What
patch_fee_cents_usd
field to ordersSANDBOX_API_KEY
Why
SDK Release Checklist